Conversation
Rust/PyO3-maturin (bindings = "bin") Django template formatter CLI. No pyo3 dependency and no ABI tag, so one native riscv64gc-unknown-linux-gnu build in the manylinux_2_39 container covers every interpreter; tested against README-documented formatting rules (stdin round-trip, --check, endblock labelling) since the sdist ships no wheel-level test suite.
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
Reformatting a file in place (non-stdin, non-check mode) exits 1, verified against upstream's own test_stdin_mixed_with_files assertion; the earlier step ran under 'set -e' and aborted before the grep ever ran.
The publish job was dropped when the workflow was first authored; wire it the same way as build-ripgrep.yml/build-prek.yml so the wheel actually reaches pypi.riseproject.dev once merged to main.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
djadeCompiles a maturin
bindings = "bin"wheel wrapping thedjadeDjango template formatter binary. Upstream publishes no riscv64 wheel.Mirrors the
buildjob of upstream's ownmain.yml.Differs from upstream
Testing
--checkmode, endblock labelling).License: OK